ReadAsync(Byte[],Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function ReadAsync( _
ByVal () As System.Byte, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Threading.Tasks.Task(Of Integer)
public System.Threading.Tasks.Task<int> ReadAsync(
System.byte[] ,
System.int ,
System.int
)
Parameters
- buffer
- offset
- count
See Also